home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / include / paths.h.in < prev    next >
Encoding:
Text File  |  1992-02-01  |  723 b   |  25 lines

  1. /* Paths.  */
  2.  
  3. /* If the environment variable `FONTUTIL_LIB' isn't set, use this
  4.    path instead to search for auxiliary files.  */ 
  5. #ifndef DEFAULT_LIB_PATH
  6. #define DEFAULT_LIB_PATH "replace-with-lib-path"
  7. #endif
  8.  
  9. /* The meanings of these paths are described in `filename.h'.  They are
  10.    exactly the same as those in the TeX distribution.  */
  11.  
  12. /* The directories listed in these paths are searched for the various
  13.    font files.  The current directory is always searched first.  */
  14. #ifndef DEFAULT_TFM_PATH
  15. #define DEFAULT_TFM_PATH "replace-with-tfm-path"
  16. #endif
  17.  
  18. #ifndef DEFAULT_PK_PATH
  19. #define DEFAULT_PK_PATH "replace-with-pk-path"
  20. #endif
  21.  
  22. #ifndef DEFAULT_GF_PATH
  23. #define DEFAULT_GF_PATH "replace-with-gf-path"
  24. #endif
  25.